
Command Line: diskspd.exe -c10G -t2 -d60 -o16 -b4k -r -Suw -L -w20 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing mix test (read/write ratio: 80/20)
		block size: 4096
		using random I/O (alignment: 4096)
		number of outstanding I/O operations: 16
		thread stride size: 0
		threads per file: 2
		using I/O Completion Ports
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.01s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|   4.24%|   0.52%|    3.72%|  95.76%
   1|   2.79%|   0.42%|    2.37%|  97.22%
-------------------------------------------
avg.|   3.51%|   0.47%|    3.05%|  96.49%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       180228096 |        44001 |       2.86 |     733.18 |   21.887 |    55.862 | test.dat (10240MB)
     1 |       180514816 |        44071 |       2.87 |     734.35 |   21.855 |    55.094 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         360742912 |        88072 |       5.73 |    1467.52 |   21.871 |    55.479

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       144302080 |        35230 |       2.29 |     587.03 |   22.084 |    52.190 | test.dat (10240MB)
     1 |       144101376 |        35181 |       2.29 |     586.21 |   22.178 |    51.921 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         288403456 |        70411 |       4.58 |    1173.24 |   22.131 |    52.056

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |        35926016 |         8771 |       0.57 |     146.15 |   21.093 |    68.654 | test.dat (10240MB)
     1 |        36413440 |         8890 |       0.58 |     148.13 |   20.576 |    66.159 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:          72339456 |        17661 |       1.15 |     294.28 |   20.833 |    67.410


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |      0.035 |      0.042 |      0.035
   25th |      0.112 |      0.126 |      0.115
   50th |      3.749 |      0.270 |      1.395
   75th |     20.243 |      4.585 |     17.288
   90th |     52.233 |     48.072 |     51.943
   95th |    116.794 |    155.101 |    126.083
   99th |    272.608 |    338.859 |    287.846
3-nines |    483.176 |    657.091 |    521.526
4-nines |    859.195 |   1006.893 |    928.971
5-nines |    981.290 |   1007.909 |   1007.909
6-nines |    981.290 |   1007.909 |   1007.909
7-nines |    981.290 |   1007.909 |   1007.909
8-nines |    981.290 |   1007.909 |   1007.909
9-nines |    981.290 |   1007.909 |   1007.909
    max |    981.290 |   1007.909 |   1007.909
